home *** CD-ROM | disk | FTP | other *** search
/ Gekikoh Dennoh Club 5 / Gekikoh Dennoh Club Vol. 5 (Japan).7z / Gekikoh Dennoh Club Vol. 5 (Japan) (Track 01).bin / internet / xip / iijppp.lzh / README < prev   
Text File  |  1994-10-14  |  3KB  |  91 lines

  1.  
  2.             README for User Process PPP
  3.  
  4.              For Version 0.93 package
  5.               Oct. 15th 1994
  6.  
  7.               Toshiharu OHNO
  8.              tony-o@iij.ad.jp
  9.  
  10. INTRODUCTION
  11.  
  12.  This is user process PPP software package. Normally, PPP is implemented
  13.  as a part of kernel and hard to debug and/or modify its behavior.
  14.  However, in this implementation, PPP is implemented as a user process
  15.  with the help of tunnel device driver.
  16.  
  17.  Major Features
  18.  
  19.   o Runs under BSDI-1.1 and FreeBSD-1.1. Patch for NeXTSTEP 3.2 is also
  20.     available on the net.
  21.  
  22.   o Provide interactive user interface. Using its command mode, user can
  23.     easily enter commands to establish the connection with the peer, check
  24.     the status of connection, and close the connection.
  25.  
  26.   o Supports both of manual and automatic dialing. Interactive mode has
  27.     ``term'' command which enables you to talk to your modem directory.
  28.     When your modem is connected to the peer, and it starts to speak PPP,
  29.     PPP software detects it and turns into packet mode automatically.
  30.     Once you have convinced how to connect with the peer, you can write
  31.     chat script to define necessary dialing and login procedure for later
  32.     convenience.
  33.  
  34.   o Supports on-demand dialup capability. By using auto mode, PPP program
  35.     will act as a daemon and wait for the packet send to the peer.
  36.     Once packet is found, daemon automatically dials and establish the
  37.     connection.
  38.  
  39.   o Supports idle timer capability. If no packet activity is found certain
  40.     amount of time, PPP automatically close the connection to save connection
  41.     fee. Line monitoring function is available, too. PPP can automatically
  42.     checks whether if peer is alive (by sending LQR or LCP echo), and if there
  43.     is no response from the peer, PPP determines that peer has dead and close
  44.     the connection.
  45.  
  46.   o Can act as server which accept incoming PPP connection.
  47.  
  48.   o Supports PAP and CHAP authentification.
  49.  
  50.   o Supports packet filtering. User can define three kinds of filters;
  51.     ifilter for incoming packet, ofilter for outgoing packet and dfilter
  52.     to define dialing trigger packet.
  53.  
  54.   o Tunnel driver supports bpf. That is, user can use tcpdump to check
  55.     packet flow over the PPP link.
  56.  
  57.   o Supports PPP over TCP capability.
  58.  
  59.   o Supports IETF draft Predictor-1 compression.
  60.  
  61.  
  62. CONTENTS
  63.  
  64.   README    This file
  65.  
  66.   INSTALL    Brief description of install procedure.
  67.         For complete description, refer doc/setup.tex
  68.  
  69.   HOWTO        Brief description of usage.
  70.         For complete explanation, refer doc/*.tex
  71.  
  72.   Drivers/    Tunnel device driver for BSDI-1.1 and FreeBSD-1.1
  73.  
  74.   src/        PPP program source
  75.  
  76.   test/        Tunnel driver test program
  77.  
  78.   doc/        PPP User Guide. Sorry, it is written in Japanese.
  79.  
  80.   example/    Example of PPP configuration files.
  81.  
  82. FURTHER EXPLANATIONS
  83.  
  84.  Japanese users should create and print doc/guide.dvi. Otherwise, INSTALL
  85.  memo describes installing procedures and HOWTO describes outline of usage.
  86.  
  87.  Comments, suggestions and/or bug reports are welcome. Please e-mail to the
  88.  author.
  89.  
  90. Enjoy your PPP life.
  91.